fix reversion
authorJoey Hess <joeyh@joeyh.name>
Wed, 22 Jan 2025 19:32:21 +0000 (15:32 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 22 Jan 2025 19:32:21 +0000 (15:32 -0400)
commitde1af273e0e40aa4fc244ba9b50b7276f09ce458
tree00d49dce92746199589edcf4edd946febc60733a
parent7a94ba1bf225f3c2faa0b1a7179321072067f7de
fix reversion

In 793ddecd4b72a5e4746b3b426d3bca400737118b, writeSshConfig was made to
writeFile a ByteString, which lost the newline conversion on Windows.

Added linesFile to fix it. This will also be useful for other writeFile
conversions.
Utility/Misc.hs
Utility/SshConfig.hs